home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / studio / studio.dir / 00076_new ttt.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  171 b   |  9 lines

  1. on mouseUp
  2.   global tttBoard, gameOver
  3.   set tttBoard to "b,b,b,b,b,b,b,b,b"
  4.   set gameOver to 0
  5.   puppetSound("Descend")
  6.   puppetTransition(3, 4, 10)
  7.   go(the frame)
  8. end
  9.